Uses of Package
edu.uky.ai.csp

Packages that use edu.uky.ai.csp 
Package Description
edu.uky.ai.csp
Contains classes for representing and solving simple constraint satisfaction problems.
  • Classes in edu.uky.ai.csp used by edu.uky.ai.csp 
    Class Description
    MapColoring
    Models the problem of coloring a map so that no two adjacent regions have the same color.
    Sudoku
    Models a Sudoku puzzle as a constraint satisfaction problem.